home *** CD-ROM | disk | FTP | other *** search
- object FormEditAddress: TFormEditAddress
- Left = 379
- Top = 213
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = ' Edit an address'
- ClientHeight = 247
- ClientWidth = 274
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 61
- Height = 13
- Caption = 'Address &type'
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 62
- Height = 13
- Caption = 'Address &lines'
- end
- object Label3: TLabel
- Left = 8
- Top = 132
- Width = 25
- Height = 13
- Caption = '&State'
- FocusControl = eState
- end
- object Label4: TLabel
- Left = 8
- Top = 160
- Width = 48
- Height = 13
- Caption = '&Post code'
- end
- object Label5: TLabel
- Left = 8
- Top = 188
- Width = 36
- Height = 13
- Caption = '&Country'
- FocusControl = eCountry
- end
- object tiButtonPanel1: TtiButtonPanel
- Left = 0
- Top = 216
- Width = 274
- Height = 31
- OnBtn1Click = tiButtonPanel1Btn1Click
- OnBtn2Click = tiButtonPanel1Btn2Click
- end
- object cbAddressType: TComboBox
- Left = 80
- Top = 4
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Items.Strings = (
- 'Home'
- 'Business'
- 'Postal')
- end
- object eCountry: TEdit
- Left = 80
- Top = 184
- Width = 121
- Height = 21
- TabOrder = 4
- end
- object mAddress: TMemo
- Left = 80
- Top = 32
- Width = 189
- Height = 89
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object eState: TEdit
- Left = 80
- Top = 128
- Width = 121
- Height = 21
- TabOrder = 2
- end
- object ePostCode: TEdit
- Left = 80
- Top = 156
- Width = 121
- Height = 21
- TabOrder = 3
- end
- end
-